home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / os_2 / pcx2ex14.zip / HISTORY.DOC < prev    next >
Text File  |  1994-02-01  |  7KB  |  127 lines

  1. The following details all changes made to PCX2EXE since version 1.12. 
  2. -----------------------------------------------------------------------------
  3.  
  4.  
  5. 12.10.93 Ver 1.44 : Improvement - optimised startup code & tweaked other
  6.                     bits, saving 200-250 bytes on most stub files.
  7.  
  8.                     Improvement - The old STUB02 and STUB05 files have been
  9.                     replaced by a single STUB02.EXE, which handles both
  10.                     full and smaller than full screen 320 x 200 x 256 colour
  11.                     files, and does it several times more quickly.
  12.  
  13.                     Change - the four fractal images previously included as
  14.                     part of the SHOW demo have been replaced by files 
  15.                     SLIDE1.EXE, SLIDE2.EXE, and SLIDE3.EXE, to reduce the
  16.                     size of the final archive by about 60K.
  17. -----------------------------------------------------------------------------
  18. 7.10.93  Ver 1.43 : Bug fix - The palette routine for 800 x 600 images would 
  19.                     occasionally result in some distorted colours.
  20.  
  21.                     Bug fix - Fixed a STUPID bug which prevented PCX2EXE
  22.                     converting a PCX file stored in a root directory ....
  23.  
  24.                     Improvement - PACKPCX now displays the file size both
  25.                     before and after compression, and the percentage by
  26.                     which the file size was reduced. 
  27.  
  28.                     Improvement - P2E, SCALEPCX and PACKPCX now accept 
  29.                     wildcards in their command line arguments.
  30.  
  31.                     Improvement - P2E now checks to see that the file to
  32.                     be converted really is a PCX file ....
  33.  
  34.                     Improvement - SCALEPCX has been completely re-written;
  35.                     it's now much faster, and works on all the images the
  36.                     other utilities can handle.
  37.  
  38.                     Change - All files now share the same date and time.
  39. -----------------------------------------------------------------------------
  40. 29.9.93  Ver 1.42 : New file - STUB06.EXE displays 320 x 400 x 256 colour
  41.                     images on any register-compatible VGA system.
  42.  
  43.                     New file - STUB07.EXE displays 360 x 480 x 256 colour
  44.                     images on any register-compatible VGA system.
  45.  
  46.                     New file - STUB04.EXE now sets 800 x 600 x 16 colour
  47.                     mode on most SVGA systems, without requiring VESA
  48.                     compatibility ( as previously ). 
  49.                     
  50.                     New file - STUB04a.EXE is the old, VESA-only STUB04.EXE.
  51.                     This is retained as it using it produces smaller  
  52.                     files.
  53.  
  54.                     Change - PCX2EXE.HLP, which only contained a subset
  55.                     of the PCX2EXE.DOC file anyway, was removed.
  56. -----------------------------------------------------------------------------
  57. 28.9.93  Ver 1.41 : Bug fix - CHVESA incorrectly displayed the minor 
  58.                     version number one place to the left, i.e. version
  59.                     1.02 was displayed as 1.2.
  60.  
  61.                     Bug fix - PACKPCX was missing the first colour in the
  62.                     palette, with strange results if it wasn't black ...
  63.  
  64.                     Bug fix - STUB03.EXE, the EGA 640x350x16 host file,
  65.                     had been accidentally replaced with a version of the
  66.                     VESA stub.
  67.  
  68.                     Improvement - STUB02.EXE is now optimised specifically
  69.                     for full screen 256 colour files, and is more than twice 
  70.                     as fast as before.
  71.  
  72.                     New file - STUB05.EXE handles 256 colour files of other
  73.                     than 320 x 200 resolution.
  74. -----------------------------------------------------------------------------
  75. 24.9.93  Ver 1.40 : New file - PACKPCX.EXE, optimises 256 colour PCX files
  76.                     of any resolution, can reduce file size by 20% plus.
  77.                     The greatest gains are on complex scanned images using
  78.                     lots of different colours.
  79.                     P2E altered to call PACKPCX whenever it is asked to
  80.                     compress a 256 colour file.
  81.  
  82.                     New file - ScalePCX.EXE reduces a 256 colour image of
  83.                     up to 640 x 480 resolution to to 320 x 200, so that it 
  84.                     can be viewed on any VGA or MCGA monitor. 
  85.                     P2E altered to call ScalePCX when appropriate.
  86.  
  87.                     New file - AboutPCX.EXE displays information on any
  88.                     PCX file.
  89.  
  90.                     New file - STUB04.EXE permits the display of 800 x 600
  91.                     16 colour PCX files on VESA compatible systems.
  92.  
  93.                     New file - CHKVESA.EXE can be used to see if a system
  94.                     is VESA compatible and can use STUB04 files.
  95.  
  96.                     Improvement/bug fix - STUB02.EXE, the 320 x 200 x 256 
  97.                     colour host file, now correctly displays files smaller
  98.                     than full screen size. It's also optimized to be about
  99.                     300 bytes smaller ( compressed size ) than before.
  100. -----------------------------------------------------------------------------
  101. 16.9.93  Ver 1.31 : Optimisation - tweaked the stub file code, reduced size
  102.                     when compressed by DIET by about 100 bytes.
  103.  
  104.                     Improvement - SHOW.EXE now has three new command line
  105.                     switches, to make image display smoother.
  106.                     /NOTEXT disables the return to text mode, /NOCLS
  107.                     avoids clearing the screen between images, and 
  108.                     /NOBLANK avoids the screen blanking that normally 
  109.                     occurs when an image is displaying.
  110. -----------------------------------------------------------------------------
  111. 14.9.93  Ver 1.30 : Improvement - New P2E and new stub files now permit any 
  112.                     size of PCX file to be turned into an EXE file. Eureka !
  113.                     Modified PCX2EXE.DOC and PCX2EXE.HLP accordingly.
  114.  
  115.                     New file - FILELIST.DOC, lists every file in the PCX2EXE
  116.                     package and gives a one-line description of its purpose.
  117. -----------------------------------------------------------------------------
  118.          Ver 1.20 : New program - GET-PCX, a screen grabber that saves most 
  119.                     screen types into a PCX file. Additionally, saves a text 
  120.                     mode screen to disk ( optionally in a Basic-compatible 
  121.                     BLOAD format ).
  122.  
  123.                     New file - HISTORY.DOC.
  124. -----------------------------------------------------------------------------
  125.          Ver 1.12 : Initial shareware version. No PCX files above about 60k
  126.                     can be converted.
  127.